x86/irq: fix locking for c/s 24707:96987c324a4f debugging code
authorJan Beulich <jbeulich@suse.com>
Mon, 14 May 2012 10:06:09 +0000 (12:06 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 14 May 2012 10:06:09 +0000 (12:06 +0200)
commit98e10364bde098e12104caa4f566b17d05f8b791
tree6832ceadb99101200ca89704bd5c7717781f4a25
parent5982b476f89d08fefac1dda363afda0b09a2bafc
x86/irq: fix locking for c/s 24707:96987c324a4f debugging code

Without this, dump_irqs() may try to acquire the lock the caller is
currently holding.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/irq.c